projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f254ec
)
(unexec): Fix typo in output message.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 5 Nov 2006 04:09:46 +0000
(
04:09
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 5 Nov 2006 04:09:46 +0000
(
04:09
+0000)
src/unexcw.c
patch
|
blob
|
history
diff --git
a/src/unexcw.c
b/src/unexcw.c
index aee4f58896c15a717fa69127df3390a4f51796c0..92e313c05d6f161658305358583a1446be4ac6e4 100644
(file)
--- a/
src/unexcw.c
+++ b/
src/unexcw.c
@@
-262,7
+262,7
@@
unexec (char *outfile, char *infile, unsigned start_data, unsigned d1,
if (bss_sbrk_did_unexec)
{
/* can only dump once */
- printf ("You can only dump
e
macs once on this platform.\n");
+ printf ("You can only dump
E
macs once on this platform.\n");
return (1);
}